From: Debian Science Maintainers Date: Sat, 24 Jan 2026 09:06:00 +0000 (+0100) Subject: the masked test fails on s390x X-Git-Tag: archive/raspbian/2022.3.0-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a91876064640f2fa4741519ed16b5a6186dfef43;p=onetbb.git the masked test fails on s390x Forward: no need =================================================================== Gbp-Pq: Name skip-resumable-tasks.patch --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c75ab21..1854e94 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -467,7 +467,7 @@ if (TARGET TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_parallel_phase DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_enumerable_thread_specific DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_concurrent_queue DEPENDENCIES TBB::tbb) - tbb_add_test(SUBDIR tbb NAME test_resumable_tasks DEPENDENCIES TBB::tbb) + #tbb_add_test(SUBDIR tbb NAME test_resumable_tasks DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_mutex DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_function_node DEPENDENCIES TBB::tbb) tbb_add_test(SUBDIR tbb NAME test_multifunction_node DEPENDENCIES TBB::tbb)